From 5a5bcaafac8520ab31010f8dbc967bf8d0d464ef Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 7 Feb 2008 21:50:32 +0000 Subject: [PATCH] Escape a few apostrophs --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 37bbb22353..57d33206d0 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1025,7 +1025,7 @@ Please try again. If it still doesn't work, try logging out and logging back in. 'token_suffix_mismatch' => 'Your edit has been rejected because your client mangled the punctuation characters in the edit token. The edit has been rejected to prevent corruption of the page text. This sometimes happens when you are using a buggy web-based anonymous proxy service.', 'editing' => 'Editing $1', -'editinguser' => 'Changing user rights of user '''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]] | [[Special:Contributions/$1|{{int:contribslink}}]])', +'editinguser' => 'Changing user rights of user \'\'\'[[User:$1|$1]]\'\'\' ([[User talk:$1|{{int:talkpagelinktext}}]] | [[Special:Contributions/$1|{{int:contribslink}}]])', 'editingsection' => 'Editing $1 (section)', 'editingcomment' => 'Editing $1 (comment)', 'editconflict' => 'Edit conflict: $1', -- 2.20.1